Version

RearrangedList<T> Class Members

The following tables list the members exposed by RearrangedList<T>.

Public Constructors
 NameDescription
Public ConstructorRearrangedList<T> ConstructorRearrangedList constructor.  
Public Properties
 NameDescription
Public PropertyCountThe total number of items in the collection.  
Public PropertyIsReadOnlyBoolean indicating whether or not the collection is read-only.  
Public PropertyItemRearrangedList indexer.  
Public Methods
 NameDescription
Public MethodAddAdds an item to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsChecks whether or not the item is present in the collection.  
Public MethodCopyToCopies the items in the collection to the array, starting at the specified index.  
Public MethodGetEnumeratorGets the enumerator for iterating through all items in the collection.  
Public MethodIndexOfGets the index of the given item.  
Public MethodInsertInserts an item into the collection at the specified index.  
Public MethodRemoveRemoves the specified item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
See Also